Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NStack<T> Class
Fields Properties Methods


In This Topic
    NStack<T> Class Members
    In This Topic

    The following tables list the members exposed by NStack<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the amount of items that this dynamic can hold, without resizing the Items array. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public PropertyGets the count of items in this set. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public PropertyGets or sets the item at the specified index. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public PropertyGets the internal items backing array. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Top
    Public Methods
     NameDescription
    Public MethodClears this array, by resetting it's count to zero and settings the Items array values to their defaults (depending on type) (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public MethodReturns true if this list contains the specified item. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public MethodCopies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public Method  
    Public MethodEnsures that this dynamic array has the capacity to handle the specified amount of items. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public MethodGets an iterator that iterates throw the items in forward order. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public MethodGets an iterator that iterates throw the items in reverse order. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public MethodOverloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in this list. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public MethodOverloaded. Gets the last index of the specified item (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Public MethodReturns the top item of the stack without returning it.  
    Public MethodRemoves and returns the top item of the stack.  
    Public MethodInserts the item at the top of the stack.  
    Public MethodCreates an array and populates it with the items of this dynamic array. (Inherited from Nevron.Nov.DataStructures.NDynamicArray<T>)
    Top
    See Also